toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser
/
[jvm]Closeable
Closeable
public
interface
Closeable
implements
AutoCloseable
An object that may hold resources until it is closed.
Inheritors
Browser
Engine
JsPromise
Members
Functions
close
Link copied to clipboard
public
abstract
voidÂ
close
(
)
Closes this object and releases all resources associated with it.
is
Closed
Link copied to clipboard
public
abstract
booleanÂ
isClosed
(
)
Returns
true
if the current object is closed.